Autogenerated HTML docs for v1.6.4.1-234-g106a 
diff --git a/git-clone.html b/git-clone.html index 9df20cb..d0884b8 100644 --- a/git-clone.html +++ b/git-clone.html 
@@ -324,7 +324,7 @@  <div class="content"><em>git clone</em> [--template=&lt;template_directory&gt;]   [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]   [-o &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]  - [--depth &lt;depth&gt;] [--] &lt;repository&gt; [&lt;directory&gt;]</div></div>  + [--depth &lt;depth&gt;] [--recursive] [--] &lt;repository&gt; [&lt;directory&gt;]</div></div>   </div>   <h2 id="_description">DESCRIPTION</h2>   <div class="sectionbody">  @@ -532,6 +532,19 @@  </p>   </dd>   <dt>  +--recursive  +</dt>  +<dd>  +<p>  + After the clone is created, initialize all submodules within,  + using their default settings. This is equivalent to running  + <em>git submodule update --init --recursive</em> immediately after  + the clone is finished. This option is ignored if the cloned  + repository does not have a worktree/checkout (i.e. if any of  + <tt>--no-checkout</tt>/<tt>-n</tt>, <tt>--bare</tt>, or <tt>--mirror</tt> is given)  +</p>  +</dd>  +<dt>   &lt;repository&gt;   </dt>   <dd>  @@ -743,7 +756,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-08-19 00:08:58 UTC  +Last updated 2009-08-28 01:08:24 UTC   </div>   </div>   </body>